docs: realign autodoc screenshots with the redesigned file explorer - #15
Merged
Conversation
The Playwright screenshot script and the Sphinx user guide had drifted after the GUI redesign re-wired /main to the three-region file explorer: the browse page documented the retired two-tab layout, the script only ever captured the explorer's empty state, and two capabilities produced screenshots no page embedded. - generate_screenshots.py: nine journey-ordered capabilities; capture the populated explorer (?selected=) and the Add-Equipment wizard; drop the orphaned 09/10 capabilities - reorder the guide to the operator journey (setup -> file explorer -> creation -> monitoring) and renumber pages so the prefix is the reading order - rewrite the browse page for the three-region explorer; add a Getting Started page and an Add-Equipment section to the Settings page - regenerate the committed screenshots; drop six stale folders Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/generate_screenshots.py) and the Sphinx user guide with the redesigned three-region file explorer — the old pipeline still documented the retired two-tab layout (deadtab-detailstestid) and only ever captured the explorer's empty state.09/10), and regenerates the committed screenshots.Test plan
generate_screenshots.pycaptures all 9 capabilities (OK)sphinx -W -b htmlbuilds with zero warnings{doc}cross-references and{image}paths resolvedocsworkflow passes🤖 Generated with Claude Code